Aptivi is an independent software publisher focused on experimental systems programming and low-level emulation tools. Its catalogue centers on Nitrocid, a console-based simulator that models the behavior of an in-development kernel sharing the same name. The application presents users with a sandboxed environment where they can observe how a theoretical operating-system kernel would initialize hardware abstractions, manage memory segments, schedule threads, handle interrupts, and expose system calls. Written in C# and distributed as a portable executable, Nitrocid is aimed at hobbyist OS developers, computer-science students, and researchers who want to validate kernel concepts without building full bare-metal images or wrestling with virtualization stacks. Typical sessions involve booting the simulated machine, stepping through the early kernel bootstrap, inspecting virtual CPU registers, injecting software interrupts, and tracing how the scheduler dispatches processes. Because the simulator keeps all state in host memory, experiments are repeatable and non-destructive, making it useful for classroom demonstrations, quick algorithmic tests, or simply satisfying curiosity about what happens between power-on and user space. Aptivi’s software is offered for free on get.nero.com, where downloads are delivered through trusted Windows package sources such as winget, always providing the newest build and supporting unattended batch installation of multiple applications.

Nitrocid

A simulator for our future-planned kernel, Nitrocid Kernel!

Details